Update transport model creation for new class structure#223
Conversation
There was a problem hiding this comment.
I think everything looks good, but just one thought: should we rename the base Transport class to BaseTransport or something like that?
FastCS/src/fastcs/transport/transport.py
Line 10 in e944113
Because it is placed earlier in the hierarchy than the actual transports it could be a bit confusing to new users.
from fastcs.transport import BaseTransport
# vs
from fastcs.transport.epics.ca.transport import EpicsCATransportThis will stylistically align with other parts of the codebase like BaseController too. Perhaps needs more consideration.
Yeah it is something to consider. Though the reason |
No description provided.